home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_348 / samp / cinterface.asm < prev    next >
Assembly Source File  |  1992-05-06  |  225b  |  16 lines

  1.     SECTION    instypecode,CODE
  2.  
  3.     XREF    _InsTypeBase
  4.  
  5.     XDEF    _GetInsType
  6. _GetInsType:
  7.     movea.l    _InsTypeBase,a6
  8.     movea.l    4(sp),a1
  9.     jmp    -30(a6)
  10.  
  11.     XDEF    _GetInsString
  12. _GetInsString:
  13.     movea.l    _InsTypeBase,a6
  14.     move.l    4(sp),d0
  15.     jmp    -36(a6)
  16.